1 <?xml version="1.0" encoding="utf-8"?>
3 **********************************************************************************************
5 This file was generated by a tool from the project file: ServiceDefinition.csdef
7 Changes to this file may cause incorrect behavior and will be lost if the file is regenerated.
9 **********************************************************************************************
11 <ServiceDefinition name="CSAzureWebRoleBackendProcessing" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceDefinition">
12 <WebRole name="WebRole" vmsize="ExtraSmall">
14 <Task commandLine="VBAzureWebRoleBackendProcessing.Processor.exe" executionContext="elevated" taskType="background" />
19 <Binding name="Endpoint1" endpointName="Endpoint1" />
24 <InputEndpoint name="Endpoint1" protocol="http" port="80" />
26 <ConfigurationSettings>
27 <Setting name="DataConnectionString" />
28 </ConfigurationSettings>
30 <Import moduleName="Diagnostics" />